home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcb15nw.zip / HISTORY < prev    next >
Text File  |  1993-05-11  |  10KB  |  229 lines

  1.                              TEST UPDATE INFORMATION
  2.                              -----------------------
  3.  
  4.  
  5. 05/10/93 17:02 - PCBPACK.EXE
  6. ----------------------------
  7. - Found a problem checking for duplicates in a message base with no messages
  8.   where PCBPack would issue an out of memory error.  Fixed
  9.  
  10. - Found that PCBPack had the ability to renumber, but I had forgot to include
  11.   it in any of the compiles.  It is now fix and available.  Let me know if
  12.   you experience any problems when renumber message bases and...
  13.     *** BE FOREWARNED ***
  14.   we highly recommend that you renumber your message bases ONLY in case of
  15.   dire necessity.  Renumbering messages has NO effect on any users last
  16.   message read pointers so they may not receive new mail if messages have
  17.   been renumbered.
  18.  
  19.  
  20. 05/10/93 17:00  PCBOARD.EXE
  21. ---------------------------
  22. - NOTE:  Posted a new WHATSNEW file.  Everyone please look over the "changes"
  23.   which are highlighted by vertical bars down the left side of the document.
  24.   These changes were made to help answer some of the *many* questions being
  25.   asked on Salt Air.
  26.  
  27. - Fixed a bug in the @byteratio@ macro which would show up if the K-Byte Ratio
  28.   Credits was high enough to cause a short integer overflow.  Fixed.
  29.  
  30. - Modified the @bytesleft@ macro so that it will now show the maximum number
  31.   of bytes left based on the following criteria:
  32.  
  33.       Daily K-Byte Limit minus Bytes Downloaded Today
  34.       Total K-Byte Limit minus Total Bytes Downloaded (including Today's)
  35.       Byte Ratio Limit based on Total Bytes Uploaded & Downloaded (incl Today)
  36.  
  37.   The smaller of the above three values will be considered the maximum number
  38.   of bytes left and will be shown when using the @bytesleft@ macro.
  39.  
  40. - If you used /LOCALON to start PCBoard, then went into a DOOR, then returned
  41.   to PCBoard without the /LOCALON switch, the number of display lines would
  42.   be reduced by 1 even though there was still only 1 status line.  Fixed.
  43.  
  44. - If the system was set up to require the local password in order to exit out
  45.   to DOS it would require the password EXCEPT when pressing ESC while
  46.   resetting the modem.  This has been fixed by disabling the ESC during
  47.   modem reset.  This is ONLY disabled if a password is required to exit to DOS.
  48.  
  49. - Additionally, if the screen had already blanked out (due to 3-minute timer)
  50.   or was forced off (via F9 function key) then when pressing ESC/F1/F10 to
  51.   exit PCBoard was asking for the password to exit without having first
  52.   restored the screen (i.e. you could not see that it was asking for the
  53.   password because the screen was still blank).  Fixed.
  54.  
  55. - If you pressed F4 or F7 to change Alarm or Page status while sitting at the
  56.   Local Password prompt, the caller status lines would appear at the bottom
  57.   of the screen.  Fixed.
  58.  
  59. - If the system language (specified as a blank extension in PCBML.DAT) was
  60.   other than language #1 in the PCBML.DAT file, then the first line displayed,
  61.   indicating "Operational languages available", would be displayed from the
  62.   wrong language file.  Fixed.
  63.  
  64. - Found some problems with File Attachments which were caused by a recent
  65.   change in the beta code.  Fixed.
  66.  
  67. - In sysop function 7 (user file maintenance) the (A)dd User and (F)ind User
  68.   commands would not allow high ascii characters in the user names.  Fixed.
  69.  
  70. - Editing a message header ("E" command at End of Message Command prompt)
  71.   would not allow high ascii characters in the FROM/SUBJ fields.  Fixed.
  72.  
  73. - Fixed the DATE formats (for internationalization purposes) in the following
  74.   areas:
  75.  
  76.   - When entering a new message and specifying the Packout Date
  77.   - At the top of the Call Waiting screen
  78.   - At the top of the "login" process (right after CONNECT)
  79.   - The "Last Date On" field in the user record display (sysop function 7)
  80.   - The "Last Date On" field when use the USERS command
  81.   - The "Last Date On" field when using sysop function 2 V or 2 P
  82.   - The "Expiration Date" on the status line (press ALT-H twice)
  83.   - The capture date in a R C/D/Z command
  84.   - The current date in a script answer file
  85.   - The user's "Expiratin Date" in a script answer file
  86.  
  87. - Got rid of the bogus FILENAME.$$$ is missing message on message uploads and
  88.   file attachments.
  89.  
  90. - When using the QWK U command to post messages, if you were in an Alias
  91.   conference all of your replies, where in the alias conference or not, would
  92.   have your alias name in the FROM field.  Similarly, if you were not in an
  93.   alias conference, then all uploads would have your regular name, even those
  94.   messages which were posted in an alias conference.  Fixed.
  95.  
  96. - If you entered a PRIVATE message in an ALIAS conference you would be unable
  97.   to read the message you had just rewritten.  Fixed.
  98.  
  99. - The ASCII download protocol "startup sequence" has been modified to be
  100.   compatible with RIPscrip which was losing the first line of RIPscrip codes.
  101.  
  102.   MNU Support
  103.   -----------
  104. - I'm tired of answering questions to the effect of "Why can't I stack
  105.   menu options?"  The answer has been that a menu is designed so that
  106.   you don't have to stack.  Due to my overwhelming desire to stop
  107.   answering the question, however, I've implemented the ability to stack
  108.   to the MNU interface.  If you didn't want it, complain to those that
  109.   wanted it as they have been a vocal group of people.  :)
  110.  
  111.   PPL Support
  112.   -----------
  113. - A bug was introduced last week that broke the READLINE() function.  I
  114.   was incorrectly identifying that the file exists as an error.
  115.   Obviously, if the file exists, I *CAN* read from it; what I needed to
  116.   do was flag an internal error and return an empty string if the file
  117.   didn't exist.  Fixed.
  118.  
  119.  
  120.  
  121. 05/10/93 14:52  PCBSETUP.EXE
  122. ----------------------------
  123. - Increased the FSEC File Editor limit from 256 entries to 1024 entries.
  124.  
  125. - Changed the ORIGIN input to allow mixed case entry.
  126.  
  127. - Modified the event editor so it won't try to read USERNET.XXX if "Running
  128.   on a Network" is set to NO.
  129.  
  130.  
  131. 05/10/93 09:00 - PCBPACK.EXE
  132. ----------------------------
  133. - Added the ability for PCBPack to search the PCB environment variable for
  134.   the /OLDINDEX switch and use it if found.
  135.  
  136.  
  137. 05/07/93 12:00 - PCBPACK.EXE
  138. ----------------------------
  139. - Added a "status bar" that shows the percentage of the current message base
  140.   that PCBPack has compressed so far.
  141. - If ESC was pressed during use of the /UPDATE parameter, it would be ignored
  142.   and the process would run to completion.
  143. - If a conference didn't have a name defined, but all other information was
  144.   present then /UPDATE would still try to process those conferences.
  145.  
  146.  
  147. 05/07/93 18:08  PCBOARD.EXE
  148. ---------------------------
  149. - The 5/3/93 Developer Beta had a change which fixed a problem that occured
  150.   with Carbon List messages:  If you wrote a private Carbon List message you
  151.   would be unable to read your own message after saving it unless your name
  152.   was on the Carbon List.
  153.  
  154.   The "fix", however, allowed everyone to read the message instead of only
  155.   letting those on the list read the message.  Fixed.
  156.  
  157. - Unless your WELCOME file had @poff@ at the bottom of it, PCBoard was not
  158.   issuing a "press enter to continue" prompt after a novice-mode-caller issued
  159.   the (I)nitial Welcome Screen command from the main command prompt.  Fixed.
  160.  
  161. - If the PCBML.DAT file had ESC codes in it, PCBoard could misinterpret the
  162.   file causing PCBTEXT display problems.
  163.  
  164.   Although ESC codes were not appropriate there, this has been fixed anyway.
  165.  
  166. - The following areas did not used to allow high ascii characters even though
  167.   the high ascii filter was disabled.  (they now did)
  168.  
  169.     - main command prompt
  170.     - message read command prompt
  171.     - The TO and FROM and USER prompts used for search for messages to or from
  172.       a user (i.e. the commands R USER, R TO and R FROM)
  173.     - the "text to scan for" prompt for the USERS command
  174.  
  175. - The "Received on" date of a Return Receipt was not being set to the proper
  176.   internationalization format.  Fixed.
  177.  
  178. - When using the (E)dit Header command and then changing the Packout Date, it
  179.   was improperly converting the date for internationalization.  Fixed.
  180.  
  181.  
  182. 05/07/93 17:35  PCBSETUP.EXE
  183. ----------------------------
  184. - Ever since way back when...  PCBSetup has added a trailing period on
  185.   filenames when using the F2/F3 function keys to edit display files.  It has
  186.   been so long since I used THEDRAW that I completely forgot that *it* was
  187.   the reason why a trailing period was needed in the first place (otherwise
  188.   THEDRAW adds ".ANS" on the end) and so I removed the trailing period.
  189.  
  190.   Now that I have been brought back to my senses...  the trailing period is
  191.   back in there again.
  192.  
  193.   BTW, everyone should check out PCBEDIT.  It's a great little utility for
  194.   creating display files using PCBoard's @-codes.
  195.  
  196. - The PWRD editor was giving defaults of 9999999 in the File and Byte Limit
  197.   fields whenever ALT-I was pressed.  Fixed.
  198.  
  199. - The Help Screens, after pressing ESC to exit, were not restoring the time
  200.   and keyboard status at the bottom of the screen.  (actually, they were
  201.   restoring the saved information, not the current updated information)
  202.  
  203.   This fix will be applied to all of the utilities.
  204.  
  205. - Added a WARNING display in Configuration Options : System Control for the
  206.   "Encrypt Users File" setting.  This setting should not be used lightly.  See
  207.   the help screen for details.
  208.  
  209. - If you had a subdirectory (off the CURRENT directory) that was the same name
  210.   as your QWK PACKET name (specified in Configuration Options : Messages) then
  211.   PCBSetup would give an erroneous error message indicating that the name of
  212.   your packet file conflicted with the subdirectory that was found.  Fixed.
  213.  
  214. - Modified the Conference Name field to allow high ascii characters.
  215.  
  216.  
  217. 05/07/93 17:33  PCBSM.EXE
  218. -------------------------
  219. - The USERS File Editor was not properly converted high ascii characters to
  220.   uppercase letters (for internationalization).  Fixed.
  221.  
  222. - The Online Pack (/PURGE) option was printing headers to the printer (or
  223.   output file) whether you requested it to or not.  Fixed.
  224.  
  225. - The screen was not being restored after an ALT-R command to repeat the
  226.   last search in the USERS File Editor.  Fixed.
  227.  
  228.  
  229.